/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
      margin: 0 0 10px;
}

section {
  padding: 60px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.f600 {
  font-weight: 600;
}

.text-black {
   color: #000000;
}

.header {
   padding: 4px 0;
}

.header .call-icon {
   display: inline-block;
}

.header .call-icon i {
   position: relative;
    width: 22px;
    height: 22px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background-color: #90b83e;
    -webkit-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    -ms-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    box-shadow: 0px 0px 0px 4px #90b83e;
    border-radius:50px;
}

.header .call-icon p {
    padding: 5px;
}

.social-icons {
    text-align: right;
}

.social-icons .call-icon i {
	font-size: 16px;
}

.header .call-icon {
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
}

.navbar {
  
    /*border-top: solid 1px #90b83e;*/
    border-bottom: solid 1px #90b83e;
    box-shadow: 0 0 1px #90b83e;
    padding: 0;
}

.navbar-brand h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
/*.navbar .navbar-brand*/
/*{*/
/*    display:none;*/
/*}*/
/*.navbar.fixed-top .navbar-brand*/
/*{*/
/*    display:block;*/
/*        padding: 0;*/
    
/*    margin-left: -56px;*/

/*    width: 275px;*/
/*}*/
 .navbar-brand {
    padding: 15px 0;
    margin-left: -61px;
    display: block;
    width: 300px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 18px 20px;
    font-size: 18px;
    color: #272727;
    font-weight: 500;
    border-left: solid 1px #90b83e;
}

.navbar.fixed-top {
  top: 0;
  padding: 0;
  background-color: #90b83e;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  padding: 24px 26px;
}

/*sub dropdown menu*/
.navbar .dropdown-menu.menu-nav {
         top: 60px;
  left: -1px;
  padding: 0;
  width: 220px;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin-top: -7px;
}
.navbar .dropdown-menu .sub-menu {
    width: 220px;
}

.fixed-top.navbar .dropdown-menu .sub-menu {
    top: 0px;
    left: 200px;
}

.navbar .dropdown-menu .sub-menu li a {
    color: #444;
    font-size: 16px;
    line-height: 24px;
}

.navbar.fixed-top .dropdown-menu {
  top: 60px;
  left: 0px;
  padding: 0;
}

.dropdown-menu a {
  padding: 8px 20px;
  display: inline-block;
      color: black;
}

.dropdown-menu li:hover,
.nav-tip .dropdown-menu a:hover {
    border-bottom: 2px solid #8dc63f;
}

.dropdown-menu li:last-child {
   border-bottom: none; 
}

.dropdown-divider {
    margin: 0 0 .5rem 0;
}

/*.nav-tip:hover .dropdown-menu {display:  inline-block;}*/
/*.nav-item:hover .menu-nav {display:  inline-block;}*/
/*.menu-nav li:hover .sub-menu {display:  inline-block;}*/
.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/* Border X get width  */
.navbar .navbar-nav .nav-link {
    position: relative;
}

.navbar .navbar-nav .nav-link:before, .navbar .navbar-nav .nav-link:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

.navbar .navbar-nav .nav-link:before {
    left: 0px;
    top: 0px;
}

.navbar .navbar-nav .nav-link:after {
    right: 0px;
    bottom: 0px;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link:hover:after {
    opacity: 1;
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt_60 {
    margin-top: -60px !important;
}

.title-header {
    position: relative;
    margin-bottom: 5px;
}

.sp-line {
    display: inline-block;
    height: 2px;
    width: 60px;
    background-color: #90b83e;
}

.title-header h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.title-header h2.title {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    padding-bottom: 10px;
}

.teacher-item .degree {
    color: #90b83e;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.teacher-item .title-header h2 {
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    padding: 12px 42px;
    position: relative;
    z-index: 1;
    border-radius: 3px 0 10px 0;
}
   
.btn:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 3px 0 10px 0;
    border: 1px solid #F6834D;
}

.btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 3px 0 10px 0;
        background:  #F6834D;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer {
    /*background: #413737;*/
    background-size: cover;
    padding: 10px 0;
    padding-bottom: 0px;
    position: relative;
}

.footer .footer-contact p {
    position: relative;
    padding-left: 37px;
    margin-bottom: 20px;
}

.footer .footer-contact p i {
    position: absolute;
    top: 0px;
    left: 0;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 18px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.footer .social-icons .call-icon i {
    font-size: 20px;
    position: relative;
    width: 32px;
    height: 32px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background-color: #90b83e;
    -webkit-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    -ms-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    box-shadow: 0px 0px 0px 4px #F6834D;
}

.copyright-content {
    background-color: #1c1b1b;
    padding: 10px 0px;
    padding-bottom: 2px;
}

/*Banner Carousel*/

.carousel-item {
   position: relative;
}

.carousel-item .banner-tittle {
       position: absolute;
      top: 42%;

    margin-top: -100px;
    left: 210px;
}

.carousel-item .banner-tittle h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.carousel-item .banner-tittle p {
      font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    height: 46px;
}

.carousel-item .banner-tittle .btn {
    margin-top: 30px;
}
.left-96
{
            left: 96px!important;
}
#demo { 
       margin-top: -9px;
}

/*Teacher Section Starts Here*/

.teacher-item {
  box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, 0.1);
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.teacher-item .teacher-inner {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.teacher-item .teacher-inner .teacher-thumb {
  padding: 30px 34px;
  position: relative;
  width: calc(100% - 550px);
}

.teacher-item .teacher-inner .teacher-thumb::before {
  background: #90b83e;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.teacher-item .teacher-inner .teacher-thumb .thumb-inner a {
  display: block;
  position: relative;
  z-index: 1;
}

.teacher-item .teacher-inner .teacher-thumb .thumb-inner a::before {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 6px solid #fff;
}

.teacher-item .teacher-inner .teacher-thumb .thumb-inner img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.teacher-item .teacher-inner .teacher-content {
    width: 49%;
    padding: 0px 30px 30px 0;
}

.teacher-item .teacher-inner .teacher-content .info {
  color: #0e2c53;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

.teacher-item .teacher-inner .teacher-content p {
  margin-bottom: 20px;
  line-height: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teacher-item .teacher-inner .teacher-thumb, .teacher-item .teacher-inne.teacher-content {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .teacher-item .teacher-inner .teacher-thumb, .teacher-item .teacher-inner .teacher-content {
    width: 50%;
  }
  .teacher-item .teacher-inner .teacher-thumb {
    padding: 20px;
  }
  .teacher-item .teacher-inner .teacher-content {
    padding: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .teacher-item .teacher-inner .teacher-thumb, .teacher-item .teacher-inner .teacher-content {
    width: 100%;
    padding: 30px;
  }
}
.teacher-item .teacher-inner .teacher-thumb .thumb-inner a::before,
.teacher-item .teacher-inner .teacher-thumb::before,
.about-video .video-button, .video-area .video-button,
.masonary-item .masonary-thumb a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.bg-lightgray {
  background-color:lightgray;
}

/*** 
====================================================================
    Dropdown
====================================================================
***/

.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:10px;
}
.right-caret:after
{	border-left: 5px solid #8dc63f;
}
.left-caret:after
{	border-right: 5px solid #8dc63f;
}

/*** 
====================================================================
    CTA Section
====================================================================
***/
.cta-sec {
    background: url(../images/cta-bg.jpeg) no-repeat center left;
    background-size: cover;
}

.cta-sec h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    padding-bottom: 20px;
}

.cta-sec p {
    color: #fff;
    padding-bottom: 10px;
}

.cta-sec .btn:after {
    background: #fff;
    color: #000;
    font-size: 16px;
}

.cta-sec .btn:before {
    border: 1px solid #fff;
}

.cta-sec .btn {
    color: #000;
    font-size: 16px;
}

.text-black {
    color: #000;
}

/*** 
====================================================================
    Team Section
====================================================================
***/

.team-section{
  position: relative;
  padding: 120px 0 90px;
}

.team-section .icon-star-3{
  top: 160px !important;
  left: -135px !important;
}

.team-section .icon-star-4{
  left: -190px !important;
  bottom: 170px !important;
  top: auto !important;
}

.team-section .icon-balloon-2{
  top: auto !important;
  bottom: -140px !important;
  right: -360px !important;
  left: auto !important;
}

.team-section .icon-star-6{
  top: 140px !important;
  right: -115px !important;
  left: auto !important;
}

.icon-balloon-2{
  height: 310px;
  width: 218px;
  background-image: url(../images/icons/icon-balloon-2.png);
}

.icon-star-6{
  height: 92px;
  width: 54px;
  background-image: url(../images/icons/icon-star-6.png);
}

.team-block{
  position: relative;
  margin-bottom: 30px;
}

.team-block .inner-box{
  position: relative;
    border: 1px solid #e8e6ec;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: white;
    height: 322px;
}

.team-block .inner-box:hover{
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.team-block .image-box{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 250px;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.team-block .image-box .image{
  display: none;
  margin-bottom: 0;
}

.team-block .image-box img{
  display: block;
  width: 100%;
  height: auto;
}

.team-block .info-box{
  position: relative;
  padding-left: 250px;
}

.team-block .info-box .inner{
  position: relative;
  padding: 29px 23px 50px;
}

.team-block .info-box .name{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #1e2c67;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-block .info-box .name a{
      color: #212529;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .info-box .name a:hover{
  color: #25bdd8;
}

.team-block .info-box .designation{
  display: block;
  font-size: 16px;
  color: #696478;
  margin-bottom: 30px;
}

.team-block .info-box .text{
  position: relative;
}

.team-block .info-box .social-links{
  position: relative;
  display: block;
  text-align: center;
     background-color: #90b83e;
  padding: 10px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box:hover .info-box .social-links{
  background-color: #1e2c67;
}

.team-block .social-links li{
  position: relative;
  display: inline-block;
  margin: 0 16px;
}

.team-block .social-links li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .social-links li a:hover{
  color: #ff4986;
}
#section-service .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

#section-service1 .owl-nav button.owl-prev,
#section-service1 .owl-nav button.owl-next,
#section-service .owl-nav button.owl-prev,
#section-service .owl-nav button.owl-next,

#testimonial-slider .owl-nav button.owl-prev,
#testimonial-slider .owl-nav button.owl-next{

    position: absolute;
       top: 50%;
    height: 40px;
    width: 40px;
   border: 1px solid #212529;
    text-align: center;
    border-radius: 50%;

} 
#section-service1 .owl-nav button.owl-prev span,  #section-service1 .owl-nav button.owl-next span, 
#section-service .owl-nav button.owl-prev span,  #section-service .owl-nav button.owl-next span, 
#testimonial-slider .owl-nav button.owl-prev span,  #testimonial-slider .owl-nav button.owl-next span {
    font-size: 40px;
    color: #212529;
}
#section-service1 .owl-nav button.owl-prev,
#section-service .owl-nav button.owl-prev,
#testimonial-slider .owl-nav button.owl-prev {
  left: -40px;
}
#section-service1 .owl-nav button.owl-next,
#section-service .owl-nav button.owl-next,
#testimonial-slider .owl-nav button.owl-next {
  right: -40px;
}

  #testi {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    
    margin: auto;
       box-shadow: 0px 4px 10px 4px rgba(137, 137, 137, 0.1);
}

#testi .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    min-height: 460px;
    text-align: center;
}

.sec-review .review-wrap {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    margin: auto;
    box-shadow: 0px 4px 10px 4px rgba(137, 137, 137, 0.1);
    margin-bottom: 40px;
    text-align: center;
    padding: 20px;
}

@media(max-width:767px) {
    #testi .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

#testi .carousel-caption img,
.sec-review .review-wrap img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
   #testi .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    
       color: black;
}

@media(max-width:767px) {
    #image-caption {
        
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#testi  i {
    background-color: #90b83e;
    padding: 1.4rem
}

@media(max-width:767px) {
    /*i {*/
    /*    padding: 0.8rem*/
    /*}*/
}

#testi .carousel-control-prev {
    justify-content: flex-start
}

#testi .carousel-control-next {
    justify-content: flex-end
}

#testi .carousel-control-prev,
#testi .carousel-control-next {
    transition: none;
    opacity: unset
}
.page-banner {
    background: url(../images/breadscrum-bg.jpeg) no-repeat center right;
    background-size: cover;
    padding: 70px 0;
    /* box-shadow: 0 0 5px #000000; */
    position: relative;
 margin-top: -11px; 
}
.serviceBox{
  background: #90b83e;
    text-align: center;
    padding: 15px 10px 30px;
    border-radius: 15px;
    position: relative;
}
.serviceBox:before{
    content: "";
    background: #90b83e;
    width: 40px;
    height: 40px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    top: 54px;
    left: 50%;

}
.serviceBox .service-icon{
    color: #fff;
    font-size: 50px;
    margin: 0 0 10px;
    position: relative;
}
.serviceBox .service-content{
        padding: 45px 15px 25px;
    border-radius: 10px;
      height: 210px;

    background-color: white;
}
.serviceBox .title{
    
    
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.serviceBox .description{
    
}
.serviceBox.blue,
.serviceBox.blue:before{
    background: #4C63FF;
}
.serviceBox.blue .title{ color: #4C63FF; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
.nav-pills .nav-link {
        padding: 12px 16px 12px 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    /* font: 900 18px/24px 'Lato', serif; */
    text-align: left;
    border-bottom: 8px solid #d3d3d3;
    /* text-transform: uppercase; */
    border-radius: 12px 0 12px 0;
    font-size: 18px;
    background: #ffffff;
    color: black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#90b83e;
}
.tab-content
{
  padding: 20px 17px;
       background-color: white;
    border-left: none;
    min-height: 300px;
    border-top: 1px solid #ccc;
    border-right: 10px solid #90b83e;
    box-shadow: 0 5px 6px 0 #ccc;
}
.list-service {
    margin-bottom: 45px;
    border: 3px solid #b8b8b8;
    padding-top: 15px;
    position: relative;
}
.list-service li a:hover, .list-service li.active a {
       background: #F6834D url(../images/menu-arrow.png) no-repeat 27px center;
    color: white;
    background-size: 20px auto;

}

.list-service a {
    background-image: url(../images/sidebar-cardiac-conditions-icon-mouse.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 10px center;
       padding: 10px 0px 10px 67px;
    display: block;
    background-size: 52px auto;
     border-bottom: dashed 1px;
}

.sec-testimonial {
    padding: 60px 0;
}

.sec-media .thumb {
   margin-bottom: 30px; 
}

.sec-service h3 {
    font-size: 34px;
    line-height: 46px;
    color: #90b83e;
    font-weight: 700;
}
.sec-service h4 {
    font-size: 25px;
    line-height: 46px;
    color: #90b83e;
    font-weight: 700;
}
.sec-service img {
    margin-bottom: 30px;
}

.services-sec .info-box {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.services-sec .inner-box img {
  border-radius: 20px 0  0 20px; 
}

.services-sec .inner-text {
    padding: 15px;
}

.services-sec .inner-text h3 {
   font-weight: 600; 
}

.services-sec .inner-text p {
   margin: 20px 0; 
}

.services-sec .inner-text .button {
    display: block;
    color: #fff;
    background-color: #90b83e;
    padding: 10px 0;
    text-align: center;
}

/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}
 
@media(min-width:768px){
    .nav-item:hover .menu-nav {display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
    
    .menu-nav li:hover .sub-menu:hover .menu-nav {display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
     .nav-tip:hover .dropdown-menu {display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .navbar-nav
    {
            height: 300px;
    overflow: scroll
    }
   .header {
       display: block;
   }
   .header .call-icon {
    display: inline-block;
    margin-left: 13px;
    margin-top: 4px;
}
.social-icons {
    text-align: center;
}
.social-icons .call-icon i {
    font-size: 20px;
}
   .header .call-icon i {
        position: relative;
    height: 30px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    text-align: center;
    margin-right: 0px;
    display: inline-block;
    background-color: rgb(144, 184, 62);
    box-shadow: rgb(144 184 62) 0px 0px 0px 4px;
    width: 40px;
}
   .navbar .navbar-brand {
         
    margin-left: 15px;
   
    width: 68%;
    position: relative;
    height: auto;
        margin-bottom: 0px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
    padding: 18px 20px;
    font-size: 18px;
    color: #2c2a2a!important;
    font-weight: 500;
    border-left: solid 1px #90b83e;
}
    .page-banner h1 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .sec-service h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .list-service li a:hover, .list-service li.active a {
        background: #2E89BE url(../images/menu-arrow.png) no-repeat 9px center;
    }
    
    .list-service a {
        padding: 10px 0px 10px 40px;
    }
    
    .navbar-expand-md .navbar-nav .nav-item {
        border-bottom: 1px solid #fff;
    }
    
    .navbar .dropdown-menu .sub-menu {
        left: 100px;
    }
    
    .fixed-top.navbar-expand-md .navbar-nav .nav-link,
    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
        padding: 7px 15px;
    }
    
  .navbar-toggler {
    color: #000;
}
    
    .carousel-item .banner-tittle {
          margin-top: -50px;
    /* left: 15px; */
    left: 190px;
       top: 36%;
    }
    
    .carousel-item .banner-tittle h1 {
        font-size: 14px;
         line-height: 22px;
    }
    .left-96 {
    left: 0px !important;
}
    .carousel-item .banner-tittle p {
          display: block;
        font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    height: 24px;
    }
    .service-name {
    background-color: #90b83e;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: -1px;
    padding-bottom: 4px;
    border-radius: 3px;
  margin-bottom: 1px!important;
    color: white;
    width: 46%;
}
    .carousel-item .banner-tittle .btn {
        margin-top: 0;
    }
    
    .btn {
        padding: 4px 10px;
    }
    
    .title-header h2.title {
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
    }
    
    .title-header h5 {
        font-weight: 600;
        font-size: 17px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .services-sec .inner-text h3 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .gallery-sec .img-thumbnail {
        margin-bottom: 20px;
    }
    
    .cta-sec {
        background: url(../images/cta-bg-xs.jpeg) no-repeat center left;
        background-size: cover;
    }
    
    .cta-sec h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 0;
    }
    
    .list-service {
        margin-top: 30px;
    }
    
    .list-service h1 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .footer-title {
        margin-top: 20px;
    }
    
    .footer .footer-contact p i {
        top: -14px;
    }
    
    .footer .social-icons .call-icon i {
        line-height: 8px;
        left: -8px;
    }
    
    .page-banner {
        padding: 30px 0;
    }
    
}    
.footer .icon-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
    transition: all 0.4s;
}
.footer .icon-social i {
    font-size: 20px;
    position: relative;
    width: 32px;
    height: 32px;
    /* font-size: 12px; */
    color: #90b83e;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #eeebeb;
    -webkit-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    -ms-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    box-shadow: 0px 0px 0px 6px #ffffff;
}
.color-yellow {
    color: #F6961F;
}
#more {display: none;}
.color-yellow {
    color: #F6961F;
}
#more1 {display: none;}
.color-yellow {
    color: #F6961F;
}
#more3 {display: none;}
.color-yellow {
    color: #F6961F;
}
.serviceBox1{
    color: #999;
   
    text-align: center;
    padding: 10px 0 15px;
    position: relative;
}
.serviceBox1:before,
.serviceBox1:after{
    content: "";
      background: #90b83e;
    width: 150px;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.serviceBox1:after{
    width: 80%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    top: auto;
    bottom: 0;
    clip-path: none;
}
.serviceBox1 .service-content{
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
           height: 524px;
}
.serviceBox1 .service-content:before{
   content: "";
    background: #90b83e;
    width: 283px;
    height: 180px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.serviceBox1 .service-icon{
    color: #77787a;
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    line-height: 100px;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}
.serviceBox1 .service-icon:before{
    content: "";
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox1 .title{
    color: #1e5270;
   
    font-weight: 600;
   
   
    margin: 0 0 10px;
}
.serviceBox1 .description{
  
    margin: 0;
}
.sec-diseases {
    background: url(../images/condition-treat-copy-white.png);
    background-size: cover;
    height: 420px;
}
.inner-list2 {
    padding-left: 40px;
    list-style: none;
    margin-top: 0px;
    line-height: 30px;
    padding-bottom: 15px;
}
.inner-list2 .list a {
        margin: 0 5px 0 -22px;
    /* color: #616161; */
    background: url(../images/menu-arrow.png) no-repeat 0px center;
    border-bottom: 1px dotted #ffffff;
    font-weight: 800;
    font-size: 18px;
    padding: 13px 34px;
    color: white;
}

.service-name {
  background-color: #90b83e;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    margin-bottom: 14px;
    color: white;
}
.p-0 {
    padding: 13px;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

